SymbCrvDotProd
Section: C Library Functions (3)
Updated: IRIT Version 6.0
Index
Return to Main Contents
NAME
SymbCrvDotProd()
SYNOPSIS
symb_lib/symbolic.c:203
CagdCrvStruct *SymbCrvDotProd(CagdCrvStruct *Crv1, CagdCrvStruct *Crv2)
DESCRIPTION
Given two curves - computes their dot product.
Returned curve is a scalar curve representing the dot product of the
two given curves.
PARAMETERS:
Crv1, Crv2: Two curve to multiply and compute a dot product for.
FUNCTION RETURN VALUE
CagdCrvStruct *: A scalar curve representing the dot product of
Crv1 . Crv2.
SEE ALSO
SymbCrvScalarScale,
SymbCrvVecDotProd,
SymbCrvMult,
SymbCrvMultScalar,
ORIGIN
(C) Copyright 1989/90-95 Gershon Elber, Technion, IIT
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- PARAMETERS:
-
- FUNCTION RETURN VALUE
-
- SEE ALSO
-
- ORIGIN
-
This document was created by
man2html,
using the manual pages.
Time: 07:27:13 GMT, October 17, 2022